home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / joe014.zip / JOE014.TAZ / JOE014.tar / README < prev   
Text File  |  1992-02-02  |  2KB  |  37 lines

  1. If you don't know what this is, read the NEWS file.
  2.  
  3. To compile:
  4.  
  5.     (1) Determine where you want to install the editor program and the
  6.         system default keymap file.  Put this path in the Makefile.  If
  7.         you're a mere user, don't worry about this.  Instead, place a copy
  8.         of the '.joerc' file in your home directory.  
  9.  
  10.     (2) If you need to be able to display characters with bit 7 set as-
  11.         is (instead of in inverse), comment out the '#define NOHIGHBIT'
  12.         line in the file 'joe.h' 
  13.  
  14.     (3) type 'make xenix' for Xenix systems, 'make hpux' for HPUX systems
  15.         or 'make bsd' for BSD systems, 'make posix' for AIX systems or
  16.         'make esix' for esix systems.  If none of these work, type 'make
  17.         linux' or 'make cruddy' to make a version with an inferior
  18.         terminal driver (The linux version is for system V systems
  19.         without timers or asynchronous ttys.  Cruddy is for systems which
  20.         don't even have a termio structure).
  21.  
  22.         Type 'make svr3' for System V Release 3. Ignore all warnings.
  23.         
  24.     (4) To install it in the system, log in as superuser and do
  25.         'make install'
  26.  
  27.     (5) When JOE is used, be sure the baud rate as reported by stty is
  28.         correctly set.  If you're not on a real serial terminal, try to
  29.         set the baud rate to the best guess of what the actual throughput
  30.         is.  In particular, if you use JOE on a windowing system, the
  31.         window updates will be much faster if you set the baud rate to
  32.         'extb' or '38400'.  
  33.  
  34.     (6) PC users may wish to change the line 'backs   ^?' in the .joerc
  35.         file to 'delch    ^?'.  This way, the Del key deletes characters
  36.         instead of backspacing.
  37.